home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / em / panel / scripts / DefineButton2_102 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  271 b   |  18 lines

  1. on(rollOut){
  2.    if(type ne "nx" and type ne "pv")
  3.    {
  4.       tellTarget("_level50")
  5.       {
  6.          gotoAndStop("off");
  7.          play();
  8.       }
  9.    }
  10.    else
  11.    {
  12.       tellTarget("boxsubbutton")
  13.       {
  14.          gotoAndStop("deselect");
  15.       }
  16.    }
  17. }
  18.